ComponentOne ASP.NET MVC Controls
SeriesIndex Method (LineMarkerBuilder<T>)

C1.Web.Mvc.Fluent Namespace > LineMarkerBuilder<T> Class : SeriesIndex Method
The value.
Configurates C1.Web.Mvc.LineMarker<T>.SeriesIndex. Sets the index of the series in the chart in which the LineMarker appears.
Syntax
'Declaration
 
Public Function SeriesIndex( _
   ByVal value As Nullable(Of Integer) _
) As LineMarkerBuilder(Of T)
public LineMarkerBuilder<T> SeriesIndex( 
   Nullable<int> value
)

Parameters

value
The value.

Return Value

Current builder.
Remarks
This only takes effect when the @see:Interaction property is set to Chart.LineMarkerInteraction.Move.
See Also

Reference

LineMarkerBuilder<T> Class
LineMarkerBuilder<T> Members